True if the multiline text box control wraps words; false if the text box control automatically scrolls horizontally when the user types past the right edge of the control. 如果多行文本框控件可换行,则为true;如果当用户键入的内容超过了控件的右边缘时,文本框控件自动水平滚动,则为false。
Use the wrap property to specify whether the text displayed in a multiline TextBox control automatically continues on the next line when the text reaches the end of the control. 使用wrap属性指定多行textbox控件中显示的文本在到达控件末尾时,是否自动在下一行继续显示。